home *** CD-ROM | disk | FTP | other *** search
- ** LOGONDIR.BMC -- LOGON.BMC
- **
- ** This script is used to setup your modem, dial the modem, log
- ** onto BIX, and wait till BIX is a its Main System Prompt. It
- ** performs no other functions.
- **
- Echo "On"
- Screen "On"
- Show "Setting Up Modem . . .\n"
- Puts "ATZ\r"
- Wait "2"
-
- Watch_Start
-
- Show "Dialing Number\n"
- Puts "AT DT@BIX's PHONE@\r"
-
- Watch_00 "CONNECT"
- Puts "\r\r\r"
- Watch_Del_00
-
- Watch_01 "CARRIER"
- Return
-
- Watch_02 "login (enter"
- Puts "bix\r"
-
- Watch_03 "Name?"
- Puts "@USER ID@\n"
-
- Watch_04 "Password:"
- Screen "Off"
- Puts "@PASSWORD@\n"
- Screen "On"
- Show "*****************\n"
- Puts "Echo Ready\n"
- Gets "\n"
- Gets "\n"
-
- Watch_05 ".More.."
- Puts "\rEcho Ready\r"
-
- Watch_06 "option or ? for help:"
- Puts "8\r"
- Getc ":"
- Puts "Echo Ready\r"
-
- Watch_07 "Ready"
- Watch_Del_01
- Watch_Del_02
- Watch_Del_03
- Watch_Del_04
- Watch_Del_05
- Watch_Del_06
- Watch_Del_07
- Show "\nJLBlink welcomes you, @USER ID@, to BIX!\n"
-
- Watch_End
-
-